home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / osmo11s.zip / OSSTART.BAT < prev   
DOS Batch File  |  1988-11-21  |  493b  |  35 lines

  1. Echo Off
  2. :AGAIN
  3. Cls
  4. Type OsIntro
  5. OsReply
  6. If Errorlevel 63 Goto Again
  7. If Errorlevel 62 Goto End
  8. If Errorlevel 61 Goto F3
  9. If Errorlevel 60 Goto F2
  10. If Errorlevel 59 Goto F1
  11. Goto Again
  12. :F1
  13.   Cls
  14.   OsRead Osmosis.Doc
  15.   Goto Again
  16. :F2
  17.   Cls
  18.   Type OsPrt
  19.   OsReply
  20.   If Errorlevel 14 Goto Again
  21.   Type Osmosis.Doc>Prn
  22.   Goto Again
  23. :F3
  24.   Cls
  25.   Type OsHd
  26.   OsReply
  27.   If Errorlevel 14 Goto Again
  28.   Md C:\Games
  29.   C:
  30.   Cd \Games
  31.   Copy A:Osmosis.Exe
  32.   Goto End
  33. :End
  34. Cls
  35.